go/types.indexedExpr.Pos (method, view implemented interface methods)

9 uses

	go/types (current package)
		call.go#L291: 			sig = check.instantiateSignature(ix.Pos(), ix.orig, sig, targs, xlist)
		index.go#L429: func (x *indexedExpr) Pos() token.Pos {
		typexpr.go#L435: 		check.trace(ix.Pos(), "-- instantiating type %s with %s", ix.x, ix.indices)
		typexpr.go#L440: 			check.trace(ix.Pos(), "=> %s", res)
		typexpr.go#L472: 	ityp := check.instance(ix.Pos(), gtyp, targs, nil, check.context())
		typexpr.go#L487: 		if check.validateTArgLen(ix.Pos(), name, len(tparams), len(targs)) {
		typexpr.go#L489: 			if i, err := check.verify(ix.Pos(), inst.TypeParams().list(), targs, check.context()); err != nil {
		typexpr.go#L491: 				pos := ix.Pos()
		typexpr.go#L497: 				check.mono.recordInstance(check.pkg, ix.Pos(), tparams, targs, ix.indices)